home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000114-20000217 / 000250_news@columbia.edu _Wed Feb 16 15:10:14 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id PAA03163
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Wed, 16 Feb 2000 15:10:14 -0500 (EST)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id TAA13981
  7.     for kermit.misc@watsun.cc.columbia.edu; Wed, 9 Feb 2000 19:32:25 -0500 (EST)
  8. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  9. From: John Valenti <valenti@msu.edu>
  10. Subject: Help with telnet in C-Kermit 7
  11. Date: Wed, 9 Feb 2000 19:00:45 -0500
  12. Organization: SLIR, MSU
  13. Message-ID: <950141817.1720873735@news.msu.edu>
  14. To: kermit.misc@columbia.edu
  15.  
  16. I'm trying to move a script from K95 to C-kermit.
  17. The connection uses "telnet pilot.msu.edu:105" which works
  18. with K95 and C-kermit 6.1.193, but fails under 7.0
  19.  
  20. I added some commands to "set telopt ... refused" for terminal-type,
  21. naws, new-environment and kermit. That helped, but the connection
  22. is still eventually refused, waiting for the "DO Kermit" response.
  23.  
  24. I tried the /raw option, that didn't help. Using the /nowait option starts
  25. the connection, but then it acts weird a few minutes later.
  26.  
  27. Do I need to use the "set telnet bug binary-me-means-u-too" options?
  28. I don't quite understand the manual information on those...
  29. ===============
  30. The port 105 option above connects to a CSO (directory) server.  When
  31. it works, a command like "query name=aa" will return info about people
  32. with last names starting with aa. (Try it if you want)
  33.  
  34. I would like to use 7.0 for the Kerbang scripts and command line
  35. arguments.
  36.  
  37. Thanks for any help!
  38.